home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / TickleServices / TickleServices.app / English.lproj / BasePane.nib / data.classes next >
Text File  |  1993-06-27  |  710b  |  52 lines

  1. BasePaneAgent = {
  2.     OUTLETS = {
  3.     remitBox;
  4.     emailForm;
  5.     };
  6.     SUPERCLASS = LicensePaneAgent;
  7. };
  8. PaneAgent = {
  9.     OUTLETS = {
  10.     controller;
  11.     inspectorBox;
  12.     };
  13.     SUPERCLASS = UniqueAgent;
  14. };
  15. NibAgent = {
  16.     ACTIONS = {
  17.     makeKeyAndOrderFront:;
  18.     };
  19.     OUTLETS = {
  20.     mainWindow;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. LicensePaneAgent = {
  30.     ACTIONS = {
  31.     selectText:;
  32.     nextForm:;
  33.     toggleNonUS:;
  34.     printEmulator:;
  35.     };
  36.     OUTLETS = {
  37.     nameForm;
  38.     foreignForm;
  39.     cityForm;
  40.     stateForm;
  41.     zipForm;
  42.     nonUSSwitch;
  43.     };
  44.     SUPERCLASS = PaneAgent;
  45. };
  46. UniqueAgent = {
  47.     ACTIONS = {
  48.     windowWillClose:;
  49.     };
  50.     SUPERCLASS = NibAgent;
  51. };
  52.